home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / rayfiles / rsdefs / macros / stdconst.rh next >
Text File  |  1994-08-09  |  2KB  |  58 lines

  1. /************************************************************************
  2.  *
  3.  *      stdconst.rh
  4.  *
  5.  *      This is an #include file for the Rayshade Standard Header
  6.  *      Files.  It defines the constants for the package.
  7.  *
  8.  *    Please do not edit this file, or any of the other files in
  9.  *    this package!  Make additions to these in your own separate
  10.  *    file.  If you think you have something that should be added
  11.  *    permanently, please send it to Larry Coffin and/or David
  12.  *    DeBry (email addresses listed below).  If we include it in
  13.  *    the next release, we'll put your name in the contributor's
  14.  *    list.
  15.  *
  16.  *      Contributors (in alphabetical order):
  17.  *          Larry Coffin <lcoffin@clciris.chem.umr.edu>
  18.  *          David DeBry <ddebry@dsd.es.com>
  19.  */
  20.  
  21. #ifndef RSHF_CONST
  22. #define RSHF_CONST
  23.  
  24. /* Math constants */
  25. #define RSCpi            3.14159265358979323846
  26. #define RSCe            2.7182818284590452354
  27.  
  28. /* Indeces of refraction */
  29. #define RSCalbite        1.530
  30. #define RSCamber        1.546
  31. #define RSCanthorite        1.583
  32. #define RSCberyl        1.564    /* Emerald, aquamarine, etc. */
  33. #define RSCcalcspar        1.658
  34. #define RSCchrysoberyl        1.748
  35. #define RSCcorundrum        1.765    /* Ruby, sapphire, etc. */
  36. #define RSCdiamond        2.417
  37. #define RSCethanol        1.375
  38. #define RSCfluorite        1.434
  39. #define RSCforsterine        1.660
  40. #define RSCgelatin        1.543
  41. #define RSCglasshi        1.890
  42. #define RSCglasslo        1.517
  43. #define RSCice            1.310
  44. #define RSCobsidian        1.489
  45. #define RSCopal            1.435
  46. #define RSCpostassiumchloride    1.490
  47. #define RSCquartz        1.553
  48. #define RSCquartzfused        1.458
  49. #define RSCsalt            1.544
  50. #define RSCspinel        1.723
  51. #define RSCsulfur        1.957
  52. #define RSCtopaz        1.622
  53. #define RSCwater        1.326
  54. #define RSCwax            1.433
  55. #define RSCzircon        1.970
  56.  
  57. #endif /* #ifdef RSHF_CONST ... */
  58.